[8.18] [Spaces] Excluded deprecated features from solution visibility (#230385)#230517
Merged
Merged
Conversation
…ic#230385) ## Summary Excluded deprecated features from solution visibility. ## How to test 1. Change the solution from `classic` to `observability` for the very first time in the default space. Make sure the response of the active space `GET internal/spaces/_active_space` doesn't contain deprecated features. (`siem`, `siemV2`, `securitySolutionCases` and `securitySolutionCasesV2` were deprecated, so only `siemV3` and `securitySolutionCasesV3` should be on the list) ``` { "id": "default", "name": "Default", "description": "This is your default space!", "color": "#00bfb3", "initials": "D", "imageUrl": "", "disabledFeatures": [ "siemV3", "securitySolutionCasesV3", "securitySolutionAssistant", "securitySolutionAttackDiscovery", "securitySolutionTimeline", "securitySolutionNotes", "securitySolutionSiemMigrations" ], "_reserved": true, "solution": "oblt" } ``` 2. Change the solution back to `classic` and enable all security features. <img width="1252" height="540" alt="Screenshot 2025-08-04 at 12 35 36" src="https://github.com/user-attachments/assets/bf0db3df-362f-4814-8fc8-2be3b6c8740c" /> 3. Update the space and go back to Edit Space page. 3. Make sure the enabled features counter is correctly displayed in the UI. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. __Fixes: https://github.com/elastic/kibana/issues/220743__ ## Release Note Excluded deprecated features from spaces solution visibility. (cherry picked from commit 81f252c) # Conflicts: # x-pack/platform/plugins/shared/spaces/server/lib/utils/space_solution_disabled_features.test.ts # x-pack/test/spaces_api_integration/common/suites/create.ts # x-pack/test/spaces_api_integration/common/suites/get.ts # x-pack/test/spaces_api_integration/common/suites/get_all.ts
3 tasks
SiddharthMantri
approved these changes
Aug 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto8.18:Questions ?
Please refer to the Backport tool documentation